Endpoint-Put-/ Toots/ Toot-Name→Json names a function, with lambda list (TOOT-NAME):
Set properties of a Toot. Currently only child-code.
This is a web service endpoint accessed by the HTTP method PUT at the URI template /toots/:toot-name. It returns a content-type of application/json.
TOOT-NAME is a parameter from the URI.
It will report a slow response if it takes longer than 0.03 seconds (30 milliseconds) to complete.
Defined in file src/endpoints/slash-toots.lisp.